Advanced mIRC Raw Scripting... ADVANCED =)


[ Follow Ups ] [ Post Followup ] [ mIRC.Board ] [ FAQ ]

Posted by _GoGo_ on April 18, 1997 at 23:23:35:

Using ww-td30.proxy.aol.com

Heyas, I got some prob here...
Check this out and tell me if you know
the raw # for /stats g cuz I need it to list
glines...
heres what I got, I think it will work, but I need
the raw # first =)
Let me know if you can help PLEASE I AM DESPERATE
and I checked all irc rfc's and raw help files with
no luck.

-RAW-
#gline off
raw 217:* {
set %glinetime $ctime | set %glineexpire %glinetime - $4
%hay  $+ %haynum $+ . 6( $+ $2 $+ ) 12Set by: $remove($remove($5,$chr(93)),$chr(91)) reason: $5- expires: %glineexpire | inc %haynum 1 | halt
}
raw 219:* {
%hay 4End 6of 12G:Line 4List  $chr(160) Total: $math(%haynum,1,-) | unset %haynum | unset %glinetime | unset %glineexpire
.disable #gline
halt
}
#gline end

-ALIAS-
/glines {
if ($1 == $null) { set %haynum 1 | set %hay gecho 1 | gecho 4 $g(12) Listing 12G:Lines on $server  }
elseif ($1 == -e) { set %haynum 1 | set %hay gecho 1 | gecho 4 $g(12) Listing 12G:Lines on $server  }
elseif ($1 == -c) { set %haynum 1 | set %hay msg # | msg # $g(12) 4Listing 12G:Lines on $server  }
else { gecho 4 $g(12) Try Using: /glines [-e|-c] | halt }
.enable #gline
stats g
}

I already got an oline scanner and kline scanner,
all available in the upcoming release of grasp
plus tons of other cool shit for 5.0
Lates


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ mIRC.Board ] [ FAQ ]